From 767a6a16798956c8d27270ea494ec2226d6b79fc Mon Sep 17 00:00:00 2001 From: "awilliam@xenbuild.aw" Date: Tue, 25 Jul 2006 12:39:01 -0600 Subject: [PATCH] [IA64] fix merge error with xen-unstable.hg Signed-off-by: Alex Williamson --- tools/libxc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 8d27af904c..05fba845f4 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -31,6 +31,7 @@ GUEST_SRCS-y += xc_load_elf.c GUEST_SRCS-y += xg_private.c GUEST_SRCS-$(CONFIG_POWERPC) += xc_ppc_linux_build.c GUEST_SRCS-$(CONFIG_X86) += xc_linux_build.c +GUEST_SRCS-$(CONFIG_IA64) += xc_linux_build.c GUEST_SRCS-$(CONFIG_MIGRATE) += xc_linux_restore.c xc_linux_save.c GUEST_SRCS-$(CONFIG_HVM) += xc_hvm_build.c -- 2.30.2